Skip to content

Publish packages 🚀#976

Merged
lemonmade merged 1 commit into
mainfrom
changeset-release/main
Jul 14, 2026
Merged

Publish packages 🚀#976
lemonmade merged 1 commit into
mainfrom
changeset-release/main

Conversation

@lemonmade

Copy link
Copy Markdown
Owner

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@quilted/preact-router@0.6.0

Minor Changes

  • #975 6e61707 Thanks @lemonmade! - Added a scroll option to Navigation.navigate() and <Link>, and made the URL change — not the history operation — decide the default scroll behavior.

    For push and replace navigations alike, the default is now:

    • Changing the pathname or hash resets the scroll position to the top of the page (or scrolls to the URL's hash target). Previously, replace navigations never reset.
    • Changing only the search params keeps the current scroll position — search-only navigations usually encode UI state (filters, tabs, a selected calendar day) rather than a new location. Previously, push navigations always reset.

    Pass scroll to override the default in either direction:

    navigation.navigate(url, {scroll: false});
    <Link to={url} scroll={false}>
      Select day
    </Link>

@quilted/preact-localize@0.4.7

Patch Changes

  • Updated dependencies [6e61707]:
    • @quilted/preact-router@0.6.0

@quilted/quilt@0.10.2

Patch Changes

  • Updated dependencies [6e61707]:
    • @quilted/preact-router@0.6.0
    • @quilted/preact-localize@0.4.7

@lemonmade
lemonmade force-pushed the changeset-release/main branch from 987c0ce to e70cb4f Compare July 14, 2026 19:40
@lemonmade
lemonmade merged commit 8cd37fd into main Jul 14, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant